hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
ID3D10Debug
directx
d3d10sdklayers
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
version(Windows && Direct3D_10)
extern (
C
++)
interface
ID3D10Debug : IUnknown {
HRESULT
SetFeatureMask
(UINT Mask);
UINT
GetFeatureMask
();
HRESULT
SetPresentPerRenderOpDelay
(UINT Milliseconds);
UINT
GetPresentPerRenderOpDelay
();
HRESULT
SetSwapChain
(IDXGISwapChain pSwapChain);
HRESULT
GetSwapChain
(IDXGISwapChain* ppSwapChain);
HRESULT
Validate
();
}
Members
Functions
GetFeatureMask
UINT
GetFeatureMask
()
Undocumented in source.
GetPresentPerRenderOpDelay
UINT
GetPresentPerRenderOpDelay
()
Undocumented in source.
GetSwapChain
HRESULT
GetSwapChain
(IDXGISwapChain* ppSwapChain)
Undocumented in source.
SetFeatureMask
HRESULT
SetFeatureMask
(UINT Mask)
Undocumented in source.
SetPresentPerRenderOpDelay
HRESULT
SetPresentPerRenderOpDelay
(UINT Milliseconds)
Undocumented in source.
SetSwapChain
HRESULT
SetSwapChain
(IDXGISwapChain pSwapChain)
Undocumented in source.
Validate
HRESULT
Validate
()
Undocumented in source.
Meta
Source
See Implementation
directx
d3d10sdklayers
aliases
D3D10_MESSAGE_CATEGORY
D3D10_MESSAGE_ID
D3D10_MESSAGE_SEVERITY
enums
D3D10_MESSAGE_CATEGORY_APPLICATION_DEFINED
D3D10_MESSAGE_ID_UNKNOWN
D3D10_MESSAGE_SEVERITY_CORRUPTION
interfaces
ID3D10Debug
ID3D10InfoQueue
ID3D10SwitchToRef
manifest constants
D3D10_APPNAME_STRING
D3D10_APPSIZE_STRING
D3D10_BREAKON_CATEGORY
D3D10_BREAKON_ID_DECIMAL
D3D10_BREAKON_ID_STRING
D3D10_BREAKON_SEVERITY
D3D10_DEBUG_FEATURE_FINISH_PER_RENDER_OP
D3D10_DEBUG_FEATURE_FLUSH_PER_RENDER_OP
D3D10_DEBUG_FEATURE_PRESENT_PER_RENDER_OP
D3D10_ENABLE_BREAK_ON_MESSAGE
D3D10_INFOQUEUE_STORAGE_FILTER_OVERRIDE
D3D10_INFO_QUEUE_DEFAULT_MESSAGE_COUNT_LIMIT
D3D10_MUTE_CATEGORY
D3D10_MUTE_DEBUG_OUTPUT
D3D10_MUTE_ID_DECIMAL
D3D10_MUTE_ID_STRING
D3D10_MUTE_SEVERITY
D3D10_REGKEY_PATH
D3D10_SDK_LAYERS_VERSION
D3D10_UNMUTE_SEVERITY_INFO
structs
D3D10_INFO_QUEUE_FILTER
D3D10_INFO_QUEUE_FILTER_DESC
D3D10_MESSAGE